home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970326-19970626 / 000206_news@newsmaster….columbia.edu _Sat May 17 10:47:21 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA29087
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 17 May 1997 10:47:21 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA05078
  7.     for kermit.misc@watsun; Sat, 17 May 1997 10:47:20 -0400 (EDT)
  8. Path: news.columbia.edu!sol.ctr.columbia.edu!news.msfc.nasa.gov!europa.clark.net!news-peer.sprintlink.net!news-pull.sprintlink.net!news.sprintlink.net!Sprint!news.wwa.com!not-for-mail
  9. From: Jim Jacobus <jjacobus@wwa.com>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Script Input Error
  12. Date: Sat, 17 May 1997 09:47:07 -0500
  13. Organization: PonyXPress Horse Transport
  14. Lines: 37
  15. Message-ID: <337DC4EB.19AE@wwa.com>
  16. References: <337DC0C3.5D6B@wwa.com> <5lkfi2$48t$1@newsmaster.cc.columbia.edu>
  17. NNTP-Posting-Host: pool4-012.wwa.com
  18. Mime-Version: 1.0
  19. Content-Type: text/plain; charset=us-ascii
  20. Content-Transfer-Encoding: 7bit
  21. X-Mailer: Mozilla 3.01 (Win95; I)
  22. To: Frank da Cruz <fdc@watsun.cc.columbia.edu>
  23. Xref: news.columbia.edu comp.protocols.kermit.misc:7042
  24.  
  25. Frank da Cruz wrote:
  26. > In article <337DC0C3.5D6B@wwa.com>, Jim Jacobus  <jjacobus@wwa.com> wrote:
  27. > : I'm trying to write a telnet script using VMS C-kermit 6.0.192 to
  28. > : connect to a NT system. NT system uses the Pragma s/w for telent
  29. > : emulation.
  30. > :
  31. > : I can't get a response back from my script. I have an
  32. > : "input 5 login:" which should work, but I always get an error from
  33. > : my VMS Kermit:
  34. > : ? Can't condition line for INPUT
  35. > :
  36. > : What does this error mean. Is it documented in the Using C-Kermit
  37. > : manual?
  38. > :
  39. > No.  It indicates some kind of internal error which should not happen.
  40. > Most likely it is caused by a mismatch of the VMS version or TCP/IP product
  41. > and/or version that your copy of C-Kermit was built for and the one(s) you
  42. > are actually using.
  43. > What version of VMS do you have?
  44.  
  45.     VMS 5.5-2
  46. > What TCP/IP product do you have?  What version of it?
  47.  
  48.     Multinet V3.5
  49. > Did you build C-Kermit yourself from source code?  Or are you using one of
  50. > the prebuilt binaries?  If so, which one?
  51.  
  52.     Used one of the pre-built ones C-Kermit 6.0.192 release candidate 1. 6
  53. sep 96 for OpenVMS
  54.  
  55.  
  56. > - Frank